Package com.netscape.certsrv.publish
Class PublisherProxy
java.lang.Object
com.netscape.certsrv.publish.PublisherProxy
Class representing a proxy for a Publisher.
- Version:
- $Revision$ $Date$
-
Constructor Summary
ConstructorsConstructorDescriptionPublisherProxy
(boolean enable, Publisher publisher) Constructs a PublisherProxy based on a Publisher object and enabled boolean. -
Method Summary
Modifier and TypeMethodDescriptionReturn Publisher object.boolean
isEnable()
Return if enabled or not.
-
Constructor Details
-
PublisherProxy
Constructs a PublisherProxy based on a Publisher object and enabled boolean.- Parameters:
enable
- Proxy is enabled or not.publisher
- Corresponding Publisher object.
-
-
Method Details
-
isEnable
public boolean isEnable()Return if enabled or not.- Returns:
- true if enabled, otherwise false.
-
getPublisher
Return Publisher object.- Returns:
- Instance of Publisher.
-